Release 10.1A: OpenEdge Development:
.NET Open Clients
Relationship between RunTimeProperties and Connection objects
The values set in a
Connectionobject supersede the staticRunTimePropertiesvalues. This relationship is particularly important if a staticRunTimePropertiesobject is updated after aConnectionobject has been instantiated. In this situation, the effect on aConnectionobject instance depends on whether that specific property was overridden in that object after it was instantiated, as described in Table 5–8.
Note: The converse of this relationship is not true. That is, changing the value of a property for a
Connectionobject does not affect the static value of that property, nor does it affect the value of that property in any other object instance.The following example uses the
WaitifBusyproperty to illustrate the relationship betweenRunTimePropertiesandConnectionobject properties:
When executed, this program prints the following result:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |